LEADTOOLS (Leadtools assembly)

Read(Byte[],Int32,UInt32) Method

Show in webframe







The buffer to write the data into.
Index into buffer where reading begins.
The maximum number of bytes to read.
Reads a specified number of bytes from the LeadFileStream object and writes the data into the specified buffer.
Syntax
public uint Read( 
   byte[] buffer,
   int bufferIndex,
   uint count
)
'Declaration
 
Public Overloads Function Read( _
   ByVal buffer() As Byte, _
   ByVal bufferIndex As Integer, _
   ByVal count As UInteger _
) As UInteger
'Usage
 
Dim instance As LeadFileStream
Dim buffer() As Byte
Dim bufferIndex As Integer
Dim count As UInteger
Dim value As UInteger
 
value = instance.Read(buffer, bufferIndex, count)
public uint Read( 
   byte[] buffer,
   int bufferIndex,
   uint count
)

            

            
 function Leadtools.LeadFileStream.Read(Byte[],Int32,UInt32)( 
   buffer ,
   bufferIndex ,
   count 
)
public:
uint Read( 
   array<byte>^ buffer,
   int bufferIndex,
   uint count
) 

Parameters

buffer
The buffer to write the data into.
bufferIndex
Index into buffer where reading begins.
count
The maximum number of bytes to read.

Return Value

The total number of bytes read into the buffer. The result value can be less than the number of bytes requested if the number of bytes currently available is less than the requested number, or it can be 0 (zero) if the end of the stream has been reached
Remarks

Use the CanRead property to determine whether the current instance supports reading.

Requirements

Target Platforms

See Also

Reference

LeadFileStream Class
LeadFileStream Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.